home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / javax / annotation / Generated.class (.txt) next >
Encoding:
Java Class File  |  2006-11-29  |  640 b   |  19 lines

  1. package javax.annotation;
  2.  
  3. import java.lang.annotation.Documented;
  4. import java.lang.annotation.ElementType;
  5. import java.lang.annotation.Retention;
  6. import java.lang.annotation.RetentionPolicy;
  7. import java.lang.annotation.Target;
  8.  
  9. @Documented
  10. @Retention(RetentionPolicy.SOURCE)
  11. @Target({ElementType.PACKAGE, ElementType.TYPE, ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.LOCAL_VARIABLE, ElementType.PARAMETER})
  12. public @interface Generated {
  13.    String[] value();
  14.  
  15.    String date() default "";
  16.  
  17.    String comments() default "";
  18. }
  19.